From: Christian Marangi Date: Fri, 21 Nov 2025 15:02:24 +0000 (+0100) Subject: rtpproxy: add missing dependency for libsrtp2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=92e14ade2714ff01564b9f32c0552fdf5e463222;p=feed%2Ftelephony.git rtpproxy: add missing dependency for libsrtp2 New rtpproxy package adds support for libsrtp2 if detected. In the context of buildbot every package gets selected and libsrtp2 support gets selected automatically with rtpproxy. Add this extra dependency directly to rtpproxy to fix build error. Signed-off-by: Christian Marangi --- diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile index f3893ab..cf6c0ed 100644 --- a/net/rtpproxy/Makefile +++ b/net/rtpproxy/Makefile @@ -37,7 +37,7 @@ endef define Package/rtpproxy $(call Package/rtpproxy/Default) - DEPENDS:=+libatomic +libpthread +librt + DEPENDS:=+libsrtp2 +libatomic +libpthread +librt TITLE:=RTP (Realtime Transport Protocol) proxy MENU:=1 endef